'Declaration Public Overloads Shared Function deserialize(Of T As IOption)( _ ByVal option As T, _ ByVal json As Nullable(Of JsonElement), _ Optional ByVal settings As JsonSerializerSettings _ ) As T
public static T deserialize<T>( T option, Nullable<JsonElement> json, JsonSerializerSettings settings ) where T: IOption
Parameters
- option
- json
- settings
Type Parameters
- T